home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in.3 (US)</name>
- <id>-1</id>
- <cardCount>1</cardCount>
- <cardID>2974</cardID>
- <listID>2116</listID>
- <cantModify><false /></cantModify>
- <cantDelete><false /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>512</width>
- <height>342</height>
- </cardSize>
- <script>-- Generic scripts
-
- on openStack
- if stackIsBeingUsed()
- then exit openStack
-
- if CardTop() = 0
- then hide menuBar
-
- set scroll of cd fld 1 to 0
-
- doOpenStuff
- end openStack
-
- on closeStack
- if stackIsBeingUsed()
- then exit closeStack
-
- if CardTop() = 0
- then show menuBar
-
- doCloseStuff
- end closeStack
-
- function CardTop What
- if the version contains "SuperCard"
- then return SCTop()
- else return top of cd window
- end CardTop
-
- function SCTop
- return top of window
- end SCTop
-
- function stackIsBeingUsed
- return not (the name of this stack is the name of me)
- end stackIsBeingUsed
-
-
- -- Custom scripts
-
- on doOpenStuff
- end doOpenStuff
-
- on doCloseStuff
- hide cd fld 2
- put empty into cd fld 2
- end doCloseStuff
- </script>
- <background id="2618" file="background_2618.xml" name="" />
- <card id="2974" file="card_2974.xml" marked="false" name="" owner="2618" />
- </stack>
-